home *** CD-ROM | disk | FTP | other *** search
/ Real Girls - Strip Poker / Real Girls Strip POker (Windows 95 CD-ROM).iso / _SETUP.1 / Lingo.ini < prev    next >
Encoding:
Text File  |  1998-06-01  |  526 b   |  11 lines

  1. on startup
  2.     put "Now loading LINGO.INI"&&the date&&the time
  3.     put "This computer is running in "&& the colorDepth &"-bit color depth."
  4. --  set the centerStage to TRUE
  5.     -- Following line prevents crashes on Windows systems when using math functions 
  6.     -- such as power or log and passing bogus or extremely large/small values.
  7.     -- Invoking the float->string conversion code  with a valid value prevents
  8.     -- future crashes in this routine.  drs  1mar96 
  9.     if string(0.0)="a" then nothing
  10. end startup
  11.